Q3MatrixTransform_Submit
You can use theQ3MatrixTransform_Submit
function to submit a matrix transform without creating an object or allocating memory.
TQ3Status Q3MatrixTransform_Submit ( const TQ3Matrix4x4 *matrix, TQ3ViewObject view);
matrix
- A pointer to a 4-by-4 matrix.
view
- A view.
DESCRIPTION
TheQ3MatrixTransform_Submit
function pushes the matrix transform specified by thematrix
parameter on the view transform stack of the view specified by theview
parameter. The function returnskQ3Success
if the operation succeeds andkQ3Failure
otherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.